home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 June / EnigmA AMIGA RUN 19 (1997)(G.R. Edizioni)(IT)[!][issue 1997-06][EAR-CD III].iso / recent2 / ldmndrvs.readme < prev    next >
Text File  |  1997-05-24  |  961b  |  34 lines

  1. Short:    Faster loading of monitor drivers
  2. Author:   Stephan Rupprecht
  3. Uploader: Rupprecht_Verwertung@t-online.de 
  4. Type:     util/sys
  5.  
  6. LoadMonDrvs is a little tool which replaces the following lines of the
  7. startup-sequence:
  8.  
  9.  IF EXISTS DEVS:Monitors
  10.    IF EXISTS DEVS:Monitors/VGAOnly
  11.      DEVS:Monitors/VGAOnly
  12.    EndIF
  13.  
  14.    C:List >NIL: DEVS:Monitors/~(#?.info|VGAOnly) TO T:M LFORMAT "DEVS:Monitors/%s"
  15.    Execute T:M
  16.    C:Delete >NIL: T:M
  17.  EndIF
  18.  
  19. I wrote it because a line like
  20.  
  21.  C:LoadMonDrvs
  22.  
  23. looks more professional :-> It might speed up booting a little bit!?
  24.  
  25.  
  26. ============================= Archive contents =============================
  27.  
  28. Original  Packed Ratio    Date     Time    Name
  29. -------- ------- ----- --------- --------  -------------
  30.      808     586 27.4% 24-May-97 17:55:30 +LoadMonDrvs
  31.     1491     847 43.1% 24-May-97 18:00:44 +LoadMonDrvs.doc
  32. -------- ------- ----- --------- --------
  33.     2299    1433 37.6% 24-May-97 18:02:04   2 files
  34.